Recovery of all incomplete transactions when sql server is started 在sql server启动时恢复所有未完成的事务。
All incomplete transactions will be rolled back and any other connections to the 所有未完成事务都将被回滚,并将立刻断开
Specifies when to roll back incomplete transactions when the database is transitioned from one state to another 指定当数据库从一种状态转换到另一种状态时,何时回滚未完成的事务。
When you finish the restore operation and recover the database , recovery rolls back all incomplete transactions . this is known as the undo phase 当完成还原操作并恢复数据库时,恢复操作将回滚所有未完成的事务(我们称之为撤消阶段) 。